home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / Program notes < prev   
Text File  |  1995-02-14  |  4KB  |  43 lines

  1. Kant Generator Pro 1.2
  2. February 14, 1995
  3. Copyright ©1994-5, Mark Pilgrim
  4.  
  5.  
  6. What you got:
  7.  
  8. - The "Modules ƒ" folder contains external modules which you can use to generate all sorts of things.  The folder should be in the same folder as the Kant Generator Pro application, and you should not change the folder name.
  9.  
  10. - The "Modules ƒ copy" folder contains copies of all the modules in the "Modules ƒ" folder.  The module editor saves any changes you make automatically, so I’m providing backups of the modules for people (like me) who hate making backups.  Kant Generator Pro will never touch this folder or any of the files in it.  You can put this folder anywhere you like (including into the Trash) and rename it to your heart’s content.
  11.  
  12. - The "GNU General Public License" document contains lots of legalese regarding your rights of modifying and redistributing Kant Generator Pro.  Read it if you plan on redistributing Kant Generator Pro in a software collection or modifying and re-releasing Kant Generator Pro yourself.  A friend of mine (who has most of the stuff I’ve ever written) recently searched his hard drives and found 19 copies of this file, which is probably somewhat excessive.  If you already have a copy, feel free to delete this one; it hasn’t changed in almost three years.
  13.  
  14. - The Kant Generator Pro application is what makes it all happen.
  15.  
  16.  
  17. Notes on the modules:
  18.  
  19. Kant Generator Pro has the built-in capability to generate enormous amounts of Kantian gibberish, but if you’d like to play with generating your own text, it also lets you create, edit, and use external modules.  There are several modules included in this release:
  20.  
  21. Kant: this is exactly the same as the built-in Kant module, except that you can edit it.  The most general reference is §ion.
  22.  
  23. Husserl: a module which emulates Edmund Husserl, a 20th-century phenomenologist.  The most general reference is §ion.
  24.  
  25. Thank You: a module which generates thank-you notes for all occasions.  The most general reference is &thank-you-note.
  26.  
  27. Excuses, excuses: a module which generates for excuses explaining exactly why you can’t come to work.  The most general reference is &Yet-Another-Excuse.  Written by Mike W. Miller.
  28.  
  29. Math: a module which generates algebraic equations using +, -, *, /, parentheses, and three variables X, Y, and Z.  The most general reference is &term.  Written by David Scheidt (the same friend who discovered that he had 19 copies of the GPL).
  30.  
  31. Palindrome: a modules which generates palindromes (strings which spell the same backwards and forwards).  The most general (and only) reference is &palindrome.  Written by David Scheidt.
  32.  
  33. Pascal: a module which generates syntactically correct statements in the Pascal programming language.  The most general reference is &pstate.  Written by David Scheidt.
  34.  
  35. Parentheses: a module which generates strings of balanced parentheses.  The most general reference is &balanced-parens.  Written by David Scheidt.
  36.  
  37. Syntax test: this is a sample module which gives examples of the different forms of syntax which Kant Generator Pro can deal with.  All the references are relevant, but you won’t get much out of them unless you look at them in the module editor first.
  38.  
  39.  
  40. If you’d like to create your own modules, poking around with these should be enough to get you started.  There are several pages of help in the Kant Generator Pro application which talk about building modules, and I also support balloon help for all the menus.  If you’re still confused, drop me a line (my e–mail address is in the application’s help section) and I’ll try to help.
  41.  
  42. -Mark Pilgrim
  43.     2/14/95